Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Body encoding lost, text lost in case on 8-bit content-transfer-encoding with non-ASCII content #96

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

justdmitry
Copy link

The same problem as in issue #47 - I have mail with 8-bit body content.

Force specific encoding while reading stream AND while parsing body helped. I set ImapClient.StreamEncoding = Encoding.GetEncoding("windows-1251") and my message reads ok.

@phaq01
Copy link

phaq01 commented May 13, 2016

There is a fork of S22.Imap which fixes the issue:
Install-Package S22.ImapWithUTF8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants